nielit-o-level-online-test-2025

NIELIT O Level Online Test 2025 | O Level Online Test

We are excited to present the O Level Online Test for January 2025, which is designed to help you significantly improve your preparation for the O Level exam......

Read More
btech-odd-semester-2025-datesheet

AKTU Odd Semester Exam Date Sheet 2025 Final out: Check Schedule And Important Details

The notification for the Final BTech exams has been officially released. Students are advised to carefully review the exam schedule, important guidelines, and instructions provided in the notification......

Read More
testing-interview-question-answer

Top Software Tester Interview Questions You Need To Know - Primegyan

In today's competitive job market, a strong foundation in software testing is essential for ensuring the quality and reliability of applications. As companies strive to deliver seamless user.....

Read More
0

Convert Roman Number To Integer - Interview Problem Solving Question | PHP

In this post we are going to see a very popular question in interview, Convert roman number to integer. we are going to write a program for that.....

Read More
0

Love Calculator In Python

Python Project FLAMES Love Calculator in python  Source Code: boyname=input("Enter your name").upper() girlname=input("Enter your partner name").upper() for x in boyname: if x in girlname: .....

Read More
0

{Solved} O Level Practical Question Paper January 2023

In this article we are going to share Practical Questions with solution for O Level Exam and this is orginal o level practical question paper 2023. so let's.....

Read More
0

Write A Python Program To Print The Numbers From A Given Number N To Till 0 Using Recursion.

Question: Write a Python program to print the numbers from a given number n to till 0 using recursion. Solution: def newideas(n): if (n>=0): print(n, end=”.....

Read More
0

Write A Python Program To Implement Matrix Multiplication Using Numpy Array.

Question: Write a Python program to implement matrix multiplication using numpy array. Solution: X = [[8,5,1],[9,3,2],[4 ,6,3]] Y = [[8,5,3],[9,5,7],[9,4,1]] result = [[0,0,0],[0,0,0],[0,0,0]] for i in range(len(X)): for j in.....

Read More
0

Write A Python Program To Implement A Calculator To Do Basic Operations Like(+, -, *, /).

Question: Write a Python program to implement a calculator to do basic operations Like(+, -, *, /).  Solution:  n1=int(input("Enter first numbers")) n2=int(input("Enter second numbers")) op=input("Enter the operation +,-,*,/ : ") if op=='+': .....

Read More
0

CSS Menu Design - Web Designing (M2-R5.1) O Level

How to Create MEnu using CSS For Begginers Output: CSS Menu Design Code | Web Designing and Publishing <!DOCTYPE html> <html> <head> <title>CSS Menu Design - O Level</title> <style type="text/css"> div{ height: 50px; width:100%; background-color: navy; } div ul{ list-style-type: none; } div ul.....

Read More
tree-data-structure-using-c

Tree Data Structure Using C | Tree Data Structure A To Z

In this post we are going to write a short note on Tree Data Structure with all concept. As we know there are two type of Data structure.....

Read More
0

100 ChatGPT MCQ (Multiple Choice MCQs) - Primegyan.com

1. What is ChatGPT? A) Virus B) Input Device C) Computer Program D) None Correct Answer: Computer Program Explanation: ChatGPT is a Computer Program based on Artificial Intelligence(AI).   2. ChatGPT Initialy Released in year A) 2010 B).....

Read More
INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT

INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT Question Paper

In this post we are gonna to share old question paper for INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT  and Previous yeear paper IMED. So Let's Discuss.. INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP.....

Read More
0

Class 10 Computer Question Paper

In this post, we are going to share class 10 computer application question with answer. so lets start....  Half Yearly ExaminationsClass - 10Subject - Computer  1.1 Multiple choice questions. (1*10=10) 1......

Read More
CCC-important-30-questions

CCC Online Test 30 Questions | Important CCC 30 Questions

if you are prepairing for NIELIT CCC examination and you are searching for important CCC questions for your exam, don't worry i am bring 30 CCC most important.....

Read More